home *** CD-ROM | disk | FTP | other *** search
- object FormInfo: TFormInfo
- Left = 293
- Top = 220
- BorderStyle = bsNone
- Caption = 'FormInfo'
- ClientHeight = 272
- ClientWidth = 544
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnMouseDown = FormMouseDown
- OnMouseMove = FormMouseMove
- OnMouseUp = FormMouseUp
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 544
- Height = 272
- Enabled = False
- Picture.Data = {<image000.bmp>}
- end
- object TasteSchliessen: TImage
- Left = 370
- Top = 218
- Width = 150
- Height = 32
- Hint = 'Schlie�t dieses Fenster'
- ParentShowHint = False
- Picture.Data = {<image001.bmp>}
- ShowHint = True
- OnClick = TasteSchliessenClick
- end
- object Memo1: TMemo
- Left = 16
- Top = 16
- Width = 330
- Height = 240
- BorderStyle = bsNone
- Color = clMaroon
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Lines.Strings = (
- 'TipsPlayer 1.01'
- ''
- ' � 1999 WEKA Consumer Medien GmbH'
- ' E-Mail: pcplayer@wekanet.de'
- ' WWW: http://www.pcplayer.de'
- ''
- ''
- ' Programmiert (p) 21-Mai-1999 von'
- ' Software-Entwicklung Henrik Fisch'
- ' E-Mail: hfisch@softfisch.com'
- ' WWW: http://www.softfisch.com'
- ''
- ''
- ' Vielen Dank an:'
- ''
- ' Roland Austinat'
- ' Manfred Duy'
- ' Udo Hoffmann'
- ' Thomas Koeglmayr'
- ' Stefanie Ku�eler'
- ' Jochen Rist'
- ' Susan Sablowski'
- ' Stefan Seidel'
- ' Martin "Mash" Schnelle'
- ' Thomas Werner')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
-